Class org.omg.CORBA.CompletionStatus
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.CompletionStatus

java.lang.Object
   |
   +----org.omg.CORBA.CompletionStatus

public final class CompletionStatus
extends Object

Variable Index

 o _COMPLETED_MAYBE
 o _COMPLETED_NO
 o _COMPLETED_YES
 o COMPLETED_MAYBE
 o COMPLETED_NO
 o COMPLETED_YES

Method Index

 o from_int(int)
 o value()

Variables

 o _COMPLETED_YES
  public final static int _COMPLETED_YES
 o _COMPLETED_NO
  public final static int _COMPLETED_NO
 o _COMPLETED_MAYBE
  public final static int _COMPLETED_MAYBE
 o COMPLETED_YES
  public final static CompletionStatus COMPLETED_YES
 o COMPLETED_NO
  public final static CompletionStatus COMPLETED_NO
 o COMPLETED_MAYBE
  public final static CompletionStatus COMPLETED_MAYBE

Methods

 o value
  public int value()
 o from_int
  public final static CompletionStatus from_int(int i) throws BAD_PARAM

All Packages  Class Hierarchy  This Package  Previous  Next  Index